/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 Oct, 2020, 11:57:21 PM
    Author     : Intovex
*/

/* user navigation css start */
.logoutBtn {
    border: 0;
    background: none;
    padding: 0;
    color: #666;
    cursor: pointer;
    padding-right: 50%;
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.userInfo {
    background: #f1f1f1;
}

.userInfo p {
    margin: 2px 0;
}

.text-capital {
    text-transform: capitalize;
}
/* user navigation css end */

/* form control css start */

.form-control.error {
    border: 1px solid red!important;
}

.error {
    color: red;
}

.btn-sm {
    padding: 2px 10px;
}

/* form control css end */

/* auto complete css start */

.ui-autocomplete {
    background: #fff;
    width: 30%!important;
    border: 1px solid;
}

.ui-autocomplete li {
    padding: 3px 8px;
}

/* auto complete css end */

/* footer css start */

.footer {
    background-color: #fff;
    color: inherit;
    z-index: 4;
}

.footer-login {
    background: transparent!important;
}

.footer-login p {
    margin: 0!important;
}

.footer p {
    text-align: right;
    margin-right: 40px;
}

/* footer css end */

.font-black {
    color: #000;
    font-weight: 600;
}

.font-pink {
    color: #FB3099;
}

.text-red, .text-red-600, .text-red-600 li {
    color: red;
}

.hover-border {
    border: 1px solid transparent;
    border-radius: 3px;
}

.hover-border:hover {
    border: 1px solid #ccc;
}

/* steps css start */

.wizard > .steps > ul > li
{
    width: 50%;
}

#design-wizard .steps li a {
    width: 10%;
}

.border-checkbox-section .border-checkbox {
    display: none!important;
}

.questBtn {
    background: #fb3099;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 7px 12px;
    position: relative;
    top: -12px;
    margin-left: 10px;
    cursor: pointer;
}
/* steps css end */

/* login page css */
.mt-3.list-disc {
    margin: 0!important;
}
/* login page css end */

.clinicForm {
    background: #eee;
    padding: 10px;
    margin: 10px 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: transparent;
    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
}

.wizard > .content {
    min-height: 30em;
}

.wizard > .steps{
    width: 80%;
    margin: 0 auto;
}

.doctorForm .col-form-label {
    padding: 5px;
}

.invoice-total tbody {
    padding-right: 60px!important;
}

.preloader6 {
    position: absolute;
    margin: 18px auto;
    top: 50%;
    left: 45%;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-navbar {
    margin-left: -190px!important;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-navbar .pcoded-item {
    margin-left: 190px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-navbar .pcoded-item>li>a .pcoded-mtext {
    visibility: hidden;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-content {
    margin-left: 20px;
}

.prodVersion {
    float: left;
    position: absolute;
    left: 18%;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .prodVersion {
    left: 60px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .header-navbar .navbar-wrapper .navbar-logo {
    width: 50px;
}

.pcoded-inner-content {
    padding: 10px 10px 30px 10px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-inner-content {
    padding: 10px 10px 10px 40px;
}

.logoNavBar {
    float: right!important;
    width: 75%;
    text-align: right;
}

.main-body .page-wrapper, .table td, .table th {
    padding: 0.5rem;
}

td.details-control {
    background: url('../images/expand.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/collapse.png') no-repeat center center;
}

.uploadNotice {
    margin-bottom: 10px;
}

.blinkTxt {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  60% {
    opacity: 0;
  }
}

.cancelicon{
    cursor: pointer;
    float: right;
}

 .patient-header{
    border: 5px solid #FB3099;
    color:#595B60;
    margin-right: 27%;
    margin-left: 29%;
    margin-top: -1%;
    padding : 0.5%;
    border-radius: 10px;
}

.info-tooltip{
    position: absolute;
    color: #FB3099;
    margin-left: -18px;
}

.span-time-hide{
    display: none;
}

.pcoded-submenu li>a {
    content : none !important;
}

.pcoded-sub-mtext:before {
    content : none !important;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-navbar .pcoded-hasmenu[subitem-icon="style1"] .pcoded-submenu li>a .pcoded-sub-mtext {
    visibility: hidden;
    display: none;
}
.arrow-fit {
    width: fit-content;
    padding-right: 63% !important;
}

.user-padding {
    padding-left: 13%;
}

.eScript1, .tgaApp {
    height: 20px;
    max-width: 3.3%;
    margin-top: 5px;
    float: left;
}

.eScript2{
    height: 20px;
    max-width: 3.3%;
    margin-top: 5px;
    float: left;;
}

.sub-title{
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title1{
    margin-top: 2px;
    margin-bottom: 15px;
}

.max-wid{
    height: 20px;
    max-width: 33.3%;
}

.toggle-password {
    float: right;
    position: relative;
    top: -25px;
    right: 10px;
}

.mainContainer{
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 41px;
    z-index: 1;
}

.status{
    margin: 4px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    color: #495057;
}

.login-logo-container {
    margin: 30px 30px 0px;
}

.login-block {
    padding-top: 0px;
    min-height: 0;
}

.signinImg {
    width: 525px;
}

.login-form-container {
    background: #fff;
    padding: 50px;
    float: right;
    width: 85%;
    border-radius: 20px;
}

#login-form {
    margin-top: 30px;
}

#login-form input {
    padding: 12px!important;
}

.login-btn {
    background: #f2f2f2;
    color: #333!important;
    border-radius: 5px;
    font-size: 20px;
    height: 56px;
}

.login-btn i {
    color: #333;
    font-size: 20px;
}

.forgot-pass a {
    color: #FB3099;
}

.aggrement{
    padding-left: 93px;
    height: 23px;
    width: 3%;
    vertical-align: middle;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #FB3099;
    border-color: #FB3099;
}

.cronBtn {
    position: absolute;
    left: 16%;
    z-index: 9;
}

.cron-timer {
    width: 365px;
    display: flex;
    align-items: baseline;
}

.cron-timer label {
    margin-right: 5px;
}

#clockdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.days, .hours, .minutes, .seconds {
    background: #333;
    color: #fff;
    padding: 3px;
    margin: 0 2px;
    border-radius: 3px;
    box-shadow: 1px 1px 4px 0px #000;
}

/* media query */
@media (max-width: 768px) {
    .login-form-container {
        float: none;
        margin: auto;
    }

    .signinImg {
        width: 100%;
    }
}

.make-bold{
    font-size: 36px;
    font-weight: 700;
    color: #3e3737;
}

.make-bold1{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #3e3737;
}
